python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 16 Dec 2025 11:47:30 +0000 (12:47 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 16 Dec 2025 11:47:30 +0000 (12:47 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 5ce7b5781bcb45f3b7c667b5c8cba94efbb44f84..6d9063b735e8ccf0d5591f5a5406c677eb402c7d 100644 (file)
@@ -4360,7 +4360,7 @@ class Config:
         elif name == "Windows":
             file = "libclang.dll"
         else:
-            file = "libclang.so"
+            file = "libclang-21.so"
 
         if Config.library_path:
             file = Config.library_path + "/" + file